Fix a warning
authorYosef Or Boczko <yoseforb@gmail.com>
Wed, 9 Oct 2013 00:15:14 +0000 (03:15 +0300)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Oct 2013 00:11:30 +0000 (20:11 -0400)
commitd1e218f4ab7e68a2d85697ff830b27ff0c303b46
tree39688fa8886fedb317ce781b9e40fd2ba389ae60
parent6b7981d2f5fd8e6578a5793d1a088a87f16370ad
Fix a warning

The PangoWrapMode enum has identical layout to GtkWrapMode,
but using the two interchangably causes (justified) compiler
warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=709697
gtk/gtktextutil.c